home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / CHIP NET Rehberi Eylül 1998.iso / ftp / ADFiles / _setup.1 / ADFiles.exe / 0 / RCDATA / TIFTP / TIFTP.txt < prev   
Text File  |  1998-04-27  |  13KB  |  513 lines

  1. object IFTP: TIFTP
  2.   Left = 167
  3.   Top = 97
  4.   Width = 622
  5.   Height = 428
  6.   BorderIcons = [biSystemMenu, biMaximize]
  7.   Caption = 'FTP Explorer'
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnHide = FormHide
  18.   OnResize = FormResize
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PanelMain: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 614
  26.     Height = 401
  27.     Align = alClient
  28.     BevelInner = bvLowered
  29.     BorderWidth = 1
  30.     BorderStyle = bsSingle
  31.     TabOrder = 0
  32.     object PanelLog: TPanel
  33.       Left = 3
  34.       Top = 329
  35.       Width = 604
  36.       Height = 65
  37.       Align = alBottom
  38.       BevelOuter = bvNone
  39.       BorderStyle = bsSingle
  40.       TabOrder = 0
  41.       object Log: TRichEdit
  42.         Left = 0
  43.         Top = 0
  44.         Width = 600
  45.         Height = 61
  46.         Align = alClient
  47.         Font.Charset = DEFAULT_CHARSET
  48.         Font.Color = clWindowText
  49.         Font.Height = -11
  50.         Font.Name = 'MS Sans Serif'
  51.         Font.Style = [fsBold]
  52.         HideSelection = False
  53.         ParentFont = False
  54.         ReadOnly = True
  55.         ScrollBars = ssVertical
  56.         TabOrder = 0
  57.         WantTabs = True
  58.         WordWrap = False
  59.       end
  60.     end
  61.     object PanelButtons: TPanel
  62.       Left = 3
  63.       Top = 3
  64.       Width = 604
  65.       Height = 36
  66.       Align = alTop
  67.       BevelInner = bvLowered
  68.       TabOrder = 1
  69.       object btConnect: TRxSpeedButton
  70.         Left = 34
  71.         Top = 3
  72.         Width = 30
  73.         Height = 30
  74.         Hint = 'Connect to current Url'
  75.         Flat = True
  76.         GrayedInactive = False
  77.         ParentShowHint = False
  78.         OnClick = btConnectClick
  79.       end
  80.       object btStop: TRxSpeedButton
  81.         Left = 65
  82.         Top = 3
  83.         Width = 30
  84.         Height = 30
  85.         Hint = 'Break connect and stop work'
  86.         Enabled = False
  87.         Flat = True
  88.         GrayedInactive = False
  89.         ParentShowHint = False
  90.         OnClick = btStopClick
  91.       end
  92.       object btNewConnect: TRxSpeedButton
  93.         Left = 3
  94.         Top = 3
  95.         Width = 30
  96.         Height = 30
  97.         Hint = 'Select new Url for connecting'
  98.         Flat = True
  99.         GrayedInactive = False
  100.         ParentShowHint = False
  101.         OnClick = btNewConnectClick
  102.       end
  103.       object btCDUP: TRxSpeedButton
  104.         Left = 127
  105.         Top = 3
  106.         Width = 30
  107.         Height = 30
  108.         Hint = 'UP to remote directory'
  109.         Enabled = False
  110.         Flat = True
  111.         GrayedInactive = False
  112.         ParentShowHint = False
  113.         OnClick = btCDUPClick
  114.       end
  115.       object btGetList: TRxSpeedButton
  116.         Left = 158
  117.         Top = 3
  118.         Width = 30
  119.         Height = 30
  120.         Hint = 'Refresh list'
  121.         Enabled = False
  122.         Flat = True
  123.         GrayedInactive = False
  124.         ParentShowHint = False
  125.         OnClick = Refresh1Click
  126.       end
  127.       object btQuit: TRxSpeedButton
  128.         Left = 189
  129.         Top = 3
  130.         Width = 30
  131.         Height = 30
  132.         Hint = 'Quit from current Url'
  133.         Enabled = False
  134.         Flat = True
  135.         GrayedInactive = False
  136.         ParentShowHint = False
  137.         OnClick = btQuitClick
  138.       end
  139.       object btAbort: TRxSpeedButton
  140.         Left = 96
  141.         Top = 3
  142.         Width = 30
  143.         Height = 30
  144.         Hint = 'Abort operation'
  145.         Enabled = False
  146.         Flat = True
  147.         GrayedInactive = False
  148.         ParentShowHint = False
  149.         OnClick = btAbortClick
  150.       end
  151.       object Panel1: TPanel
  152.         Left = 413
  153.         Top = 2
  154.         Width = 189
  155.         Height = 32
  156.         Align = alRight
  157.         BevelOuter = bvNone
  158.         TabOrder = 0
  159.         object PanelCurrentTime: TPanel
  160.           Left = 78
  161.           Top = 3
  162.           Width = 73
  163.           Height = 26
  164.           BevelInner = bvLowered
  165.           Color = clTeal
  166.           TabOrder = 0
  167.         end
  168.         object PanelTimeWork: TPanel
  169.           Left = 2
  170.           Top = 3
  171.           Width = 73
  172.           Height = 26
  173.           BevelInner = bvLowered
  174.           Color = clTeal
  175.           TabOrder = 1
  176.         end
  177.         object Panel2: TPanel
  178.           Left = 154
  179.           Top = 0
  180.           Width = 35
  181.           Height = 32
  182.           BevelInner = bvLowered
  183.           TabOrder = 2
  184.           object ImageCurrent: TImage
  185.             Left = 2
  186.             Top = 2
  187.             Width = 31
  188.             Height = 28
  189.             Align = alClient
  190.             Stretch = True
  191.           end
  192.         end
  193.       end
  194.     end
  195.     object PanelLocRem: TPanel
  196.       Left = 3
  197.       Top = 39
  198.       Width = 604
  199.       Height = 281
  200.       TabOrder = 2
  201.       object PanelClient: TPanel
  202.         Left = 1
  203.         Top = 1
  204.         Width = 602
  205.         Height = 279
  206.         Align = alClient
  207.         BevelOuter = bvNone
  208.         TabOrder = 0
  209.         object PanelLocalBot: TPanel
  210.           Left = 0
  211.           Top = 0
  212.           Width = 286
  213.           Height = 279
  214.           Align = alLeft
  215.           BevelOuter = bvNone
  216.           TabOrder = 0
  217.           object PanelLeft: TPanel
  218.             Left = 0
  219.             Top = 0
  220.             Width = 286
  221.             Height = 279
  222.             Align = alClient
  223.             BevelOuter = bvNone
  224.             TabOrder = 0
  225.             object PanelLocal: TPanel
  226.               Left = 0
  227.               Top = 74
  228.               Width = 286
  229.               Height = 205
  230.               TabOrder = 0
  231.               object ListLocal: TListView
  232.                 Left = 1
  233.                 Top = 1
  234.                 Width = 284
  235.                 Height = 203
  236.                 Align = alClient
  237.                 ColumnClick = False
  238.                 OnDblClick = ListLocalDblClick
  239.                 Columns = <
  240.                   item
  241.                     Caption = 'File'
  242.                     Width = 90
  243.                   end
  244.                   item
  245.                     Caption = 'Size'
  246.                     Width = 80
  247.                   end
  248.                   item
  249.                     Caption = 'Date/Time'
  250.                     Width = 80
  251.                   end
  252.                   item
  253.                     Caption = 'Description'
  254.                     Width = 100
  255.                   end>
  256.                 OnCompare = ListLocalCompare
  257.                 OnEdited = ListLocalEdited
  258.                 OnEditing = ListLocalEditing
  259.                 OnEnter = ListLocalEnter
  260.                 OnDragDrop = ListLocalDragDrop
  261.                 OnDragOver = ListLocalDragOver
  262.                 OnMouseDown = ListLocalMouseDown
  263.                 PopupMenu = PopupMenu1
  264.                 SortType = stBoth
  265.                 TabOrder = 0
  266.                 ViewStyle = vsReport
  267.                 SmallImages = ImagesLocal
  268.               end
  269.             end
  270.             object PanelLocalName: TPanel
  271.               Left = 0
  272.               Top = 1
  273.               Width = 286
  274.               Height = 25
  275.               BevelInner = bvLowered
  276.               TabOrder = 1
  277.             end
  278.             object PanelLocalPath: TPanel
  279.               Left = 0
  280.               Top = 26
  281.               Width = 286
  282.               Height = 26
  283.               BevelInner = bvLowered
  284.               TabOrder = 2
  285.             end
  286.             object ComboLocalPath: TComboBox
  287.               Left = 84
  288.               Top = 52
  289.               Width = 201
  290.               Height = 19
  291.               Style = csOwnerDrawFixed
  292.               ItemHeight = 13
  293.               TabOrder = 3
  294.               OnChange = ComboLocalPathChange
  295.               OnDrawItem = ComboLocalPathDrawItem
  296.             end
  297.             object DriveComboBox: TDriveComboBox
  298.               Left = 1
  299.               Top = 53
  300.               Width = 82
  301.               Height = 19
  302.               TabOrder = 4
  303.               OnChange = DriveComboBoxChange
  304.             end
  305.           end
  306.         end
  307.         object PanelRight: TPanel
  308.           Left = 291
  309.           Top = 0
  310.           Width = 311
  311.           Height = 279
  312.           Align = alRight
  313.           BevelOuter = bvNone
  314.           TabOrder = 1
  315.           object PanelRemote: TPanel
  316.             Left = 0
  317.             Top = 74
  318.             Width = 311
  319.             Height = 205
  320.             TabOrder = 0
  321.             object ListRemote: TListView
  322.               Left = 1
  323.               Top = 1
  324.               Width = 309
  325.               Height = 203
  326.               Align = alClient
  327.               ColumnClick = False
  328.               OnDblClick = ListRemoteDblClick
  329.               Columns = <
  330.                 item
  331.                   Caption = 'Flie'
  332.                   Width = 90
  333.                 end
  334.                 item
  335.                   Caption = 'Size'
  336.                   Width = 70
  337.                 end
  338.                 item
  339.                   Caption = 'Date'
  340.                   Width = 70
  341.                 end
  342.                 item
  343.                   Caption = 'Attributes'
  344.                   Width = 80
  345.                 end
  346.                 item
  347.                   Caption = 'Description'
  348.                   Width = 80
  349.                 end>
  350.               OnCompare = ListRemoteCompare
  351.               OnEditing = ListRemoteEditing
  352.               OnDragDrop = ListRemoteDragDrop
  353.               OnDragOver = ListRemoteDragOver
  354.               OnMouseDown = ListRemoteMouseDown
  355.               PopupMenu = PopupMenu2
  356.               SortType = stBoth
  357.               TabOrder = 0
  358.               ViewStyle = vsReport
  359.               SmallImages = ImagesRemote
  360.             end
  361.           end
  362.           object PanelRemoteName: TPanel
  363.             Left = 0
  364.             Top = 1
  365.             Width = 311
  366.             Height = 25
  367.             BevelInner = bvLowered
  368.             TabOrder = 1
  369.           end
  370.           object PanelRemotePath: TPanel
  371.             Left = 0
  372.             Top = 26
  373.             Width = 311
  374.             Height = 26
  375.             BevelInner = bvLowered
  376.             TabOrder = 2
  377.           end
  378.           object ComboRemotePath: TComboBox
  379.             Left = 0
  380.             Top = 52
  381.             Width = 310
  382.             Height = 19
  383.             Style = csOwnerDrawFixed
  384.             ItemHeight = 13
  385.             TabOrder = 3
  386.             OnChange = ComboRemotePathChange
  387.             OnDrawItem = ComboRemotePathDrawItem
  388.           end
  389.         end
  390.         object SplitterLocRem: TRxSplitter
  391.           Left = 286
  392.           Top = 0
  393.           Width = 5
  394.           Height = 279
  395.           ControlFirst = PanelLeft
  396.           ControlSecond = PanelRight
  397.           Align = alRight
  398.           OnPosChanged = SplitterLocRemPosChanged
  399.         end
  400.       end
  401.     end
  402.     object SplitterBottom: TRxSplitter
  403.       Left = 3
  404.       Top = 324
  405.       Width = 604
  406.       Height = 5
  407.       ControlFirst = PanelClient
  408.       ControlSecond = PanelLog
  409.       Align = alBottom
  410.       OnPosChanged = SplitterBottomPosChanged
  411.     end
  412.   end
  413.   object ImagesLocal: TImageList
  414.     Left = 10
  415.     Top = 140
  416.   end
  417.   object ImagesRemote: TImageList
  418.     Left = 576
  419.     Top = 140
  420.   end
  421.   object TimerWork: TTimer
  422.     OnTimer = TimerWorkTimer
  423.     Left = 576
  424.     Top = 172
  425.   end
  426.   object PopupMenu1: TPopupMenu
  427.     OnPopup = PopupMenu1Popup
  428.     Left = 10
  429.     Top = 172
  430.     object Open1: TMenuItem
  431.       Caption = '&Open'
  432.       Default = True
  433.       OnClick = ListLocalDblClick
  434.     end
  435.     object N1: TMenuItem
  436.       Caption = '-'
  437.     end
  438.     object Copy1: TMenuItem
  439.       Caption = '&Copy               '
  440.       OnClick = Copy1Click
  441.     end
  442.     object Move1: TMenuItem
  443.       Caption = '&Move'
  444.       OnClick = Move1Click
  445.     end
  446.     object Paste1: TMenuItem
  447.       Caption = '&Paste'
  448.       OnClick = Paste1Click
  449.     end
  450.     object Delete1: TMenuItem
  451.       Caption = '&Delete'
  452.       OnClick = Delete1Click
  453.     end
  454.     object Rename1: TMenuItem
  455.       Caption = '&Rename'
  456.       OnClick = Rename1Click
  457.     end
  458.     object New1: TMenuItem
  459.       Caption = '&New ...'
  460.       object File1: TMenuItem
  461.         Caption = 'F&ile'
  462.         OnClick = File1Click
  463.       end
  464.       object Folder1: TMenuItem
  465.         Caption = '&Folder'
  466.         OnClick = Folder1Click
  467.       end
  468.     end
  469.     object N4: TMenuItem
  470.       Caption = '-'
  471.     end
  472.     object Uploadfile1: TMenuItem
  473.       Caption = '&Upload file'
  474.       OnClick = Uploadfile1Click
  475.     end
  476.   end
  477.   object PopupMenu2: TPopupMenu
  478.     OnPopup = PopupMenu2Popup
  479.     Left = 577
  480.     Top = 205
  481.     object Refresh1: TMenuItem
  482.       Caption = '&Refresh list'
  483.       OnClick = Refresh1Click
  484.     end
  485.     object N2: TMenuItem
  486.       Caption = '-'
  487.     end
  488.     object Download1: TMenuItem
  489.       Caption = '&Download file'
  490.       OnClick = ListRemoteDblClick
  491.     end
  492.     object Deletefile1: TMenuItem
  493.       Caption = 'D&elete file'
  494.       OnClick = Deletefile1Click
  495.     end
  496.     object Renamefile1: TMenuItem
  497.       Caption = 'Re&name file'
  498.       OnClick = Renamefile1Click
  499.     end
  500.     object N3: TMenuItem
  501.       Caption = '-'
  502.     end
  503.     object Deletefolder1: TMenuItem
  504.       Caption = 'De&lete folder'
  505.       OnClick = Deletefolder1Click
  506.     end
  507.     object Createfolder1: TMenuItem
  508.       Caption = '&Create folder'
  509.       OnClick = Createfolder1Click
  510.     end
  511.   end
  512. end
  513.